home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / nrlogind.zip / SESSION.H < prev    next >
C/C++ Source or Header  |  1994-02-18  |  294b  |  26 lines

  1. /*
  2.  * Copyright (C) 1994 Nathaniel W. Mishkin
  3.  * All rights reserved.
  4.  */
  5.  
  6. #include <windows.h>
  7. #include <stdio.h>
  8. #include <assert.h>
  9. #include <io.h>
  10.  
  11. //
  12. // Function protoypes
  13. //
  14.  
  15. BOOL
  16. SessionRun(
  17.     SOCKET  ClientSocket
  18.     );
  19.  
  20. VOID
  21. SessionLog(
  22.     WORD EventType,
  23.     char *fmt,
  24.     ...
  25. );
  26.